/* file: https://fm.cnbc.com/applications/cnbc.com/resources/files/2017/07/24/video_gallery.1.5.css?vn=1500914700*/
#cnbc-new-header ul li a { padding: 0 8px !important;}
#tabs_carousel_wrapper .tabContents{min-height:550px;}

/* Overrides for watch live alert */
#cnbc-alert-container-watch-live  {
	background-color: #e96525 !important;
}

#cnbc-alert-container-watch-live-international  {
	background-color: #e96525 !important;
}

.gig-share-button button.tabbing-button {display: none;}

#cnbc-new-header ul li a
{ padding: 0 6px !important;}
/* file: https://fm.cnbc.com/applications/cnbc.com/resources/files/2016/08/22/cnbc_nav_skin_8.css?vn=1495142212*/
/*skin:[QA01]103845534[STG01]103851668[STG02]103781336[prod]103884698*/
#featured-menu-container .pro .subscribe2 a {
	color: #4fbf85 !important;
}

#featured-menu-container .pro .subscribe2 a:hover {
	color: #2FA5E3 !important;
}

.pro-user .cnbc-menu .subscribe2 {
	display: none !important;
}

* {user-select: text;}
/* file: https://fm.cnbc.com/applications/cnbc.com/resources/files/2017/01/05/tp_cursor_fix.css?vn=1483638002*/
/* fix for The Platform JS player adding .tpControlsHidden to the <body> of Home Page and styling the cursor with 'none!important' making the cursor disappear from the page when playing video */
.tpControlsHidden, .tpControlsHidden * {
    cursor: auto !important;
}
/* hide the cursor in player full-screen mode - The Platform's initial intention */
.tpControlsHidden .tpContainer, .tpControlsHidden .tpContainer * {
    cursor: none !important;
}
